@import url(../../app.css);
@import url(./header.css);
@import url(./footer.css);
.product_bg {
    background: url(../../../img/product/banner/banner.png) no-repeat;
    background-size: 100% 947px;
}

.bg_box {
    height: 947px;
}

.img-shoadow {
    -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .3));
    /*考虑浏览器兼容性：兼容 Chrome, Safari, Opera */
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .3));
}

.header_img1 {
    width: 560px;
    height: 360px;
    right: -411px;
    top: 126px;
    position: absolute;
    transform: rotate( -35deg);
}

.header_img2 {
    right: 110px;
    top: 370px;
    width: 140px;
    height: 280px;
    position: absolute;
    transform: rotate(-35deg);
}

.content {
    max-width: 419px;
}

.bg_box>div {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 选项卡 */

.el-tabs__nav-scroll {
    padding-bottom: 40px;
}

.el-tabs__active-bar {
    bottom: -40px !important;
}

.el-tabs__item.is-active {
    color: #1A68FE !important;
}

.el-tabs__active-bar {
    background-color: #1A68FE !important;
}

.el-tabs__item:hover {
    color: #1A68FE !important;
}

.tabs-box {
    margin-top: 50px;
    padding: 0 200px
}


/* 小程序 */

.applet_box {
    background: #f6f9ff;
    padding: 107px 0;
}

.pc-right {
    text-align: right;
}